home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / symantec / mfcsim.exe / SIMNEW.EXE / MFC / SAMPLES / DIB / SERVICE.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-06  |  4.0 KB  |  170 lines

  1. // Filename: SERVICE.HPP                                    
  2. // "DIB" Generated by Visual Programmer
  3. // Author:   Blue Sky                                       
  4.  
  5.  
  6.  
  7.  
  8. // *************************************************************
  9. // Class definition for Class: CUserScrollBar
  10. // Base Class                : CSimScrollBar
  11. // Derived from MFC Class    : CScrollBar
  12. // *************************************************************
  13.  
  14.  
  15. class CUserScrollBar : public CSimScrollBar
  16. {
  17. public:
  18.     CUserScrollBar();
  19.  
  20. #ifdef _DEBUG
  21.     virtual void AssertValid() const;
  22.     virtual void Dump(CDumpContext& dc) const;
  23. #endif
  24.  
  25. };
  26.  
  27.  
  28.  
  29. // *************************************************************
  30. // Class definition for Class: CUserStatic
  31. // Base Class                : CSimStatic
  32. // Derived from MFC Class    : CStatic
  33. // *************************************************************
  34.  
  35.  
  36. class CUserStatic : public CSimStatic
  37. {
  38. public:
  39.     CUserStatic();
  40.  
  41. #ifdef _DEBUG
  42.     virtual void AssertValid() const;
  43.     virtual void Dump(CDumpContext& dc) const;
  44. #endif
  45.  
  46. };
  47.  
  48.  
  49.  
  50. // *************************************************************
  51. // Class definition for Class: CUserEdit
  52. // Base Class                : CSimEdit
  53. // Derived from MFC Class    : CEdit
  54. // *************************************************************
  55.  
  56.  
  57. class CUserEdit : public CSimEdit
  58. {
  59. public:
  60.     CUserEdit();
  61.  
  62. #ifdef _DEBUG
  63.     virtual void AssertValid() const;
  64.     virtual void Dump(CDumpContext& dc) const;
  65. #endif
  66.  
  67. };
  68.  
  69.  
  70.  
  71. // *************************************************************
  72. // Class definition for Class: CUserListBox
  73. // Base Class                : CSimListBox
  74. // Derived from MFC Class    : CListBox
  75. // *************************************************************
  76.  
  77.  
  78. class CUserListBox : public CSimListBox
  79. {
  80. public:
  81.     CUserListBox();
  82.  
  83. #ifdef _DEBUG
  84.     virtual void AssertValid() const;
  85.     virtual void Dump(CDumpContext& dc) const;
  86. #endif
  87.  
  88. };
  89.  
  90.  
  91.  
  92. // *************************************************************
  93. // Class definition for Class: CUserComboBox
  94. // Base Class                : CSimComboBox
  95. // Derived from MFC Class    : CComboBox
  96. // *************************************************************
  97.  
  98.  
  99. class CUserComboBox : public CSimComboBox
  100. {
  101. public:
  102.     CUserComboBox();
  103.  
  104. #ifdef _DEBUG
  105.     virtual void AssertValid() const;
  106.     virtual void Dump(CDumpContext& dc) const;
  107. #endif
  108.  
  109. };
  110.  
  111.  
  112.  
  113. // *************************************************************
  114. // Class definition for Class: CUserButton
  115. // Base Class                : CSimButton
  116. // Derived from MFC Class    : CButton
  117. // *************************************************************
  118.  
  119.  
  120. class CUserButton : public CSimButton
  121. {
  122. public:
  123.     CUserButton();
  124.  
  125. #ifdef _DEBUG
  126.     virtual void AssertValid() const;
  127.     virtual void Dump(CDumpContext& dc) const;
  128. #endif
  129.  
  130. };
  131.  
  132.  
  133.  
  134. // *************************************************************
  135. // Class definition for Class: CUserCustom
  136. // Base Class                : CSimCustom
  137. // Derived from MFC Class    : CWnd
  138. // *************************************************************
  139.  
  140.  
  141. class CUserCustom : public CSimCustom
  142. {
  143. public:
  144.     CUserCustom();
  145.  
  146. #ifdef _DEBUG
  147.     virtual void AssertValid() const;
  148.     virtual void Dump(CDumpContext& dc) const;
  149. #endif
  150.  
  151. };
  152.  
  153.  
  154.  
  155. // *************************************************************
  156. // Class definition for Class: CUserGraphicButton
  157. // Base Class                : CSimGraphicButton
  158. // Derived from MFC Class    : CButton
  159. // *************************************************************
  160.  
  161. class CUserGraphicButton : public CSimGraphicButton
  162. {
  163. public:
  164.     CUserGraphicButton();
  165.     void SimSetGraphicData(char *szBitmap,BOOL bBitmap,BOOL bStretch);
  166.     void SimSetGraphicDataBkGrnd(char *szBitmap,BOOL bBitmap,BOOL bStretch);
  167.     void SimSetGraphicData3D(char *szNormal,char *szFocus,char *szSelected,
  168.         char *szDisabled,BOOL bBitmap,BOOL bStretch);
  169. };
  170.